Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetDataModel Interface
Properties Methods Events

In This Topic
    ISheetDataModel Interface Members
    In This Topic

    The following tables list the members exposed by ISheetDataModel.

    Public Properties
     NameDescription
     PropertyGets or sets the number of columns.  
     PropertyGets or sets the number of rows.  
    Top
    Public Methods
     NameDescription
     MethodGets the note for a cell of the specified row and column.  
     MethodGets the application data for a cell at the specified row and column.  
     MethodGets the value in a cell at the specified row and column.  
     MethodDetermines whether the contents of the cell at the specified row and column are editable.  
     MethodDetermines whether the model is empty of data.  
     MethodDetermines whether the specified row contains data.  
     MethodSets the note for a cell at the specified row and column.  
     MethodSets the application data associated with the cell at the specified row and column.  
     MethodSets data in a cell at the specified row and column.  
    Top
    Public Events
     NameDescription
     EventOccurs when the data model has changed.  
    Top
    See Also