FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ITableRange Interface |
The following tables list the members exposed by ITableRange.
Name | Description | |
---|---|---|
Columns | Gets a collection of ITableColumn objects. | |
Comment | Gets or sets the table comment. | |
DataRange | Gets the data range of the ITableRange | |
DataSource | Gets the IRange table source. | |
FirstColumnIndex | Gets first column index | |
FirstRowIndex | Gets first row index | |
HeaderRowIndex | Gets the row index of the header row | |
HeaderRowVisible | Gets or sets whether the header is visible. | |
LastColumnIndex | Get last column index | |
LastRowIndex | Gets last row index | |
Name | Gets or sets the ITableRange name | |
TotalRowIndex | Gets total row index | |
TotalRowVisible | Gets or sets whether the total row is visible. |
Name | Description | |
---|---|---|
Deserialize | Loads the data from XML. (Inherited from FarPoint.Win.ISerializeData) | |
GetColumnIndex | Gets column index by name | |
GetColumnName | Gets the name of the column | |
GetDataColumnFormula | Gets data fomula from a special column. | |
GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from System.Runtime.Serialization.ISerializable) | |
GetUniqueColumnName | Gets a unique name for a table column. | |
Serialize | Saves the data to XML. (Inherited from FarPoint.Win.ISerializeData) | |
SetDataColumnFormula | Sets data formula to a special column. | |
SyncDataInRange | Synchronizes table data in a specific range. |
Name | Description | |
---|---|---|
NameChanged | Occurs when the table name is changed. | |
NameChanging | Occurs when the table name is about to change. | |
TableRangeChanged | Occurs when the table range is changed. | |
TableRangeChanging | Occurs when the table range is about to change. |