Spread Windows Forms 7.0 Product Documentation
BaseSheetAxisModel Class Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : BaseSheetAxisModel Class


Glossary Item Box

The following tables list the members exposed by BaseSheetAxisModel.

Public Properties

 NameDescription
Public PropertyCountGets the number of rows or columns.  
Top

Public Methods

 NameDescription
Public MethodGetAutoFilterIndexGets the automatic filter index for the specified row or column. (This implementation always returns -1.)  
Public MethodGetAutoSortIndexGets the automatic sort index for the specified row or column. (This implementation always returns -1.)  
Public MethodGetMergePolicyGets the cell merge policy for the specified row or column.  
Public MethodGetPageBreakGets whether a page break occurs at the specified row or column.  
Public MethodGetResizableGets whether users can resize the specified row or column. (This implementation always returns true.)  
Public MethodGetSizeGets the size of the specified row or column. (This implementation always returns 60.)  
Public MethodGetSortIndicatorGets the sort indicator for the specified row or column. (This implementation always returns None.)  
Public MethodGetTagGets the data associated with the specified row or column. (This implementation always returns null.)  
Public MethodGetVisibleGets whether the control displays the specified row or column. (This implementation always returns true.)  
Public MethodIsEmptyDetermines whether rows and columns do not exist in the model. (This implementation always returns false.)  
Public MethodIsPropertySetDetermines whether a specified SheetAxisModel property is set. (This implementation always returns false.)  
Public MethodResetPropertyResets a specified field of a SheetAxisProperty object to its default value. (This implementation does nothing.)  
Public MethodSetAutoFilterIndexSets the automatic filter index for the specified row or column. (This implementation does nothing.)  
Public MethodSetAutoSortIndexSets the automatic sort index for the specified row or column. (This implementation does nothing.)  
Public MethodSetMergePolicySets the cell merge policy for the specified row or column.  
Public MethodSetPageBreakSets whether a page break occurs at the specified row or column.  
Public MethodSetResizableSets whether users can resize the specified row or column. (This implementation does nothing.)  
Public MethodSetSizeSets the size of the specified row or column. (This implementation does nothing.)  
Public MethodSetSortIndicatorSets the sort indicator for the specified row or column. (This implementation does nothing.)  
Public MethodSetTagSets the data associated with the specified row or column. (This implementation does nothing.)  
Public MethodSetVisibleSets whether the control displays the specified row or column. (This implementation does nothing.)  
Top

Protected Methods

 NameDescription
Protected MethodFireChangingOverloaded. Raises the Changing event.  
Protected MethodOnChangedFor handling the Changed event in subclasses.  
Protected MethodOnChangingFor handling the Changed event in subclasses.  
Top

Public Events

 NameDescription
Public EventChangedOccurs when the user makes a change to the model that affects the axis (row or column) of the sheet.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.