Initializes a new instance of the Sheet class.
The owner 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 number of columns in the sheet.
Gets or sets the filter setting for this sheet.
Gets the associated FlexGrid control used to store the sheet data.
Gets or sets the array or ICollectionView for the FlexGrid instance of the sheet.
Gets or sets the name of the sheet.
Gets or sets the number of rows in the sheet.
Gets the selection array.
Gets or sets the sheet visibility.
Add table from an object array.
The row position of the table.
The column position of the table.
The object array load to the table.
It allows to retrieve only a subset of columns from the object of the array. If it is omitted, the table will load all the keys of the object of the array.
The name of the table.
The table style is applied to the table.
The options ITableOptions of the table.
Indicates whether cells beneath the table should be shifted or not. If not specified cells beneath will be shifted.
the table if the table was added successfully, otherwise retun null.
Dispose sheet instance.
Finds the table via the cell location.
the row index of the specified cell.
the column index of the specified cell.
Gets the style of specified cell.
the row index of the specified cell.
the column index of the specified cell.
Raises the nameChanged event.
Raises the visibleChanged event.
Occurs after the sheet name has changed.
Occurs after the visible of sheet has changed.
Represents a sheet within the FlexSheet control.