Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class
Properties Methods Events


In This Topic
    BaseSheetAxisModel Class Members
    In This Topic

    The following tables list the members exposed by BaseSheetAxisModel.

    Public Properties
     NameDescription
    Public PropertyGets the number of rows or columns.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the automatic filter index for the specified row or column. (This implementation always returns -1.)  
    Public MethodGets the automatic sort index for the specified row or column. (This implementation always returns -1.)  
    Public MethodGets the cell merge policy for the specified row or column.  
    Public MethodGets whether a page break occurs at the specified row or column.  
    Public MethodGets whether users can resize the specified row or column. (This implementation always returns true.)  
    Public MethodGets the size of the specified row or column. (This implementation always returns 60.)  
    Public MethodGets the sort indicator for the specified row or column. (This implementation always returns None.)  
    Public MethodGets the data associated with the specified row or column. (This implementation always returns null.)  
    Public MethodGets whether the control displays the specified row or column. (This implementation always returns true.)  
    Public MethodDetermines whether rows and columns do not exist in the model. (This implementation always returns false.)  
    Public MethodDetermines whether a specified SheetAxisModel property is set. (This implementation always returns false.)  
    Public MethodResets a specified field of a SheetAxisProperty object to its default value. (This implementation does nothing.)  
    Public MethodSets the automatic filter index for the specified row or column. (This implementation does nothing.)  
    Public MethodSets the automatic sort index for the specified row or column. (This implementation does nothing.)  
    Public MethodSets the cell merge policy for the specified row or column.  
    Public MethodSets whether a page break occurs at the specified row or column.  
    Public MethodSets whether users can resize the specified row or column. (This implementation does nothing.)  
    Public MethodSets the size of the specified row or column. (This implementation does nothing.)  
    Public MethodSets the sort indicator for the specified row or column. (This implementation does nothing.)  
    Public MethodSets the data associated with the specified row or column. (This implementation does nothing.)  
    Public MethodSets whether the control displays the specified row or column. (This implementation does nothing.)  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the Changed event.  
    Protected MethodOverloaded. Raises the Changing event.  
    Protected MethodHandles the Changed event in subclasses.  
    Protected MethodHandles the Changed event in subclasses.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the axis (row or column) of the sheet.  
    Top
    See Also