FarPoint.Win.Spread
ISheetDataModel Interface Members
See Also  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ISheetDataModel Interface


The following tables list the members exposed by ISheetDataModel.

Public Properties

 NameDescription
 PropertyColumnCount Gets or sets the number of columns.  
 PropertyRowCount Gets or sets the number of rows.  
Top

Public Methods

 NameDescription
 MethodGetNote Gets the note for a cell of the specified row and column.  
 MethodGetTag Gets the application data for a cell at the specified row and column.  
 MethodGetValue Gets the value in a cell at the specified row and column.  
 MethodIsEditable Determines whether the contents of the cell at the specified row and column are editable.  
 MethodIsEmpty Determines whether the model is empty of data.  
 MethodIsRowUsed Determines whether the specified row contains data.  
 MethodSetNote Sets the note for a cell at the specified row and column.  
 MethodSetTag Sets the application data associated with the cell at the specified row and column.  
 MethodSetValue Sets data in a cell at the specified row and column.  
Top

Public Events

 NameDescription
 EventChanged Occurs when the data model has changed.  
Top

See Also