FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ISheetDataModel Interface |
The following tables list the members exposed by ISheetDataModel.
Name | Description | |
---|---|---|
ColumnCount | Gets or sets the number of columns. | |
RowCount | Gets or sets the number of rows. |
Name | Description | |
---|---|---|
GetNote | Gets the note for a cell of the specified row and column. | |
GetTag | Gets the application data for a cell at the specified row and column. | |
GetValue | Gets the value in a cell at the specified row and column. | |
IsEditable | Determines whether the contents of the cell at the specified row and column are editable. | |
IsEmpty | Determines whether the model is empty of data. | |
IsRowUsed | Determines whether the specified row contains data. | |
SetNote | Sets the note for a cell at the specified row and column. | |
SetTag | Sets the application data associated with the cell at the specified row and column. | |
SetValue | Sets data in a cell at the specified row and column. |