Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class
Properties Methods Events

In This Topic
    BaseSheetDataModel Class Members
    In This Topic

    The following tables list the members exposed by BaseSheetDataModel.

    Public Properties
     NameDescription
    Public Property Gets or sets the number of columns.  
    Public Property Gets the number of columns that contain data.  
    Public Property Gets the number of rows that contain data.  
    Public Property Gets or sets the number of rows.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the note for a cell at a specified row and column.  
    Public Method Gets the application data for a cell at a specified row and column.  
    Public Method Gets the value for a cell at a specified row and column.  
    Public Method Determines whether the contents of a cell at a specified row and column are editable.  
    Public Method Determines whether the model is empty of data.  
    Public Method Determines whether the specified row contains data.  
    Public Method Gets the index of the next column in a specified row that contains data.  
    Public Method Gets the index of the next row that contains data.  
    Public Method Sets the note for a cell at a specified row and column.  
    Public Method Sets the application data for a cell at a specified row and column.  
    Public Method Sets data for a cell at a specified row and column.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when the user makes a change to the model that affects the data of the sheet.  
    Top
    See Also