Client-Side API Reference > FlexSheet > wijmo.grid.sheet > Sheet Class |
constructor(owner?: FlexSheet, grid?: FlexGrid, sheetName?: string, rows?: number, cols?: number): Sheet
Initializes a new instance of the FlexSheet class.
The owner @see: FlexSheet control.
The associated FlexGrid control used to store the sheet data. If not specified then the new FlexGrid control will be created.
The name of the sheet within the FlexSheet control.
The row count for the sheet.
The column count for the sheet.
Gets or sets the array or ICollectionView for the FlexGrid instance of the sheet.
getCellStyle(rowIndex: number, columnIndex: number): ICellStyle
Gets the style of specified cell.
the row index of the specified cell.
the column index of the specified cell.
onNameChanged(e: EventArgs): void
Raises the nameChanged event.
onVisibleChanged(e: EventArgs): void
Raises the visibleChanged event.
Represents a sheet within the FlexSheet control.