[]
Represents a sheet in the GcSpreadSheet.
public sealed class SheetInfo
Public NotInheritable Class SheetInfo
| Name | Description |
|---|---|
| SheetInfo() | Initializes a new instance of the SheetInfo class. |
| Name | Description |
|---|---|
| AutoGenerateColumns | Gets or sets a value that indicates whether the columns are created automatically. |
| Behaviors | Gets or sets the behaviors of operations. |
| ColumnCount | Gets or sets the number of columns in this SheetInfo. |
| Columns | Gets a ColumnInfoCollection object for the columns in the sheet. |
| DataAllowAddNew | Gets or sets whether to allow the user to add a new row when the sheet is bound. |
| DataSource | Gets or sets a data source used to generate the rows of the SheetInfo. |
| Name | Gets or sets the name of sheet. |
| RowCount | Gets or sets the number of rows in this SheetInfo. |
| Selections | Gets a SelectionInfoCollection object for the selections in the sheet. |
| Sort | Gets a SortInfo object for the sort in the sheet. |
| Styles | |
| SummaryColumn | Gets or sets the location of the summary columns in the outline. |
| SummaryRow | Gets or sets the location of the summary rows in the outline. |
| View | |
| Visible | Gets or sets a SheetVisibility value that determines whether the sheet is visible. |