Spread Windows Forms 15.0
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 PropertyGets or sets the number of columns.  
    Public PropertyGets the number of columns that contain data.  
    Public PropertyGets the number of rows that contain data.  
    Public PropertyGets or sets the number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the note for a cell at a specified row and column.  
    Public MethodGets the application data for a cell at a specified row and column.  
    Public MethodGets the value for a cell at a specified row and column.  
    Public MethodDetermines whether the contents of a cell at a specified row and column are editable.  
    Public MethodDetermines whether the model is empty of data.  
    Public MethodDetermines whether the specified row contains data.  
    Public MethodGets the index of the next column in a specified row that contains data.  
    Public MethodGets the index of the next row that contains data.  
    Public MethodSets the note for a cell at a specified row and column.  
    Public MethodSets the application data for a cell at a specified row and column.  
    Public MethodSets data for a cell at a specified row and column.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the Changed event.  
    Protected MethodRaises the Changed event, and permits derived classes to handle the event without attaching a delegate.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the data of the sheet.  
    Top
    See Also