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


Glossary Item Box

The following tables list the members exposed by BaseSheetDataModel.

Public Properties

 NameDescription
Public PropertyColumnCountGets or sets the number of columns.  
Public PropertyNonEmptyColumnCountGets the number of columns that contain data.  
Public PropertyNonEmptyRowCountGets the number of rows that contain data.  
Public PropertyRowCountGets or sets the number of rows.  
Top

Public Methods

 NameDescription
Public MethodGetNoteGets the note for a cell at a specified row and column.  
Public MethodGetTagGets the application data for a cell at a specified row and column.  
Public MethodGetValueGets the value for a cell at a specified row and column.  
Public MethodIsEditableDetermines whether the contents of a cell at a specified row and column are editable.  
Public MethodIsEmptyDetermines whether the model is empty of data.  
Public MethodIsRowUsedDetermines whether the specified row contains data.  
Public MethodNextNonEmptyColumnInRowGets the index of the next column in a specified row that contains data.  
Public MethodNextNonEmptyRowGets the index of the next row that contains data.  
Public MethodSetNoteSets the note for a cell at a specified row and column.  
Public MethodSetTagSets the application data for a cell at a specified row and column.  
Public MethodSetValueSets data for a cell at a specified row and column.  
Top

Protected Methods

 NameDescription
Protected MethodOnChangedRaises the Changed event, and permits derived classes to handle the event without attaching a delegate.  
Top

Public Events

 NameDescription
Public EventChangedOccurs when the user makes a change to the model that affects the data of the sheet.  
Top

See Also

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