FarPoint.Win.Spread
CellRangeSegmentData Class Members
See Also  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : CellRangeSegmentData Class


The following tables list the members exposed by CellRangeSegmentData.

Public Constructors

 NameDescription
Public ConstructorCellRangeSegmentData ConstructorOverloaded.  Initializes a new instance of the CellRangeSegmentData class.  
Top

Public Properties

 NameDescription
Public PropertyColumn Gets the column index of the first cell in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyColumnCount Gets the number of columns in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyCount Gets the number of items in this instance.  
Public PropertyDataType Gets or sets the type of the data.  
Public PropertyReferenceError Gets a value indicating whether the current cell range is an invalid reference.  
Public PropertyRow Gets the row index of the first cell in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyRowCount Gets the number of rows in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertySheetNameOverridden.  Gets or sets the name of the sheet.  
Public PropertySheetViewOverridden.  Gets or sets the sheet view.  
Top

Public Methods

 NameDescription
Public MethodContainsOverloaded. Determines whether the selected range contains specified cells. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodContainsDateTimeOnly Determines whether the segment contains date time only.  
Public MethodContainStringValue Indicates that whether the segment contains a string value.  
Public MethodDisposeOverloaded.  Releases unmanaged and - optionally - managed resources  
Public MethodEqualsOverloaded.  Determines whether the range of cells is the same as another specified range of cells. (Inherited from SheetCellRange)
Public MethodGetHashCode Gets the hash code of this object. (Inherited from SheetCellRange)
Public MethodGetValue Gets the value.  
Public MethodIntersectColumn Determines whether the range of cells intersects the specified column. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersectRow Determines whether the range of cells intersects the specified row. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersects Determines whether the range of cells intersects the specified range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersectWith Intersects with the new cell range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIsValidRangeOverloaded. Determines whether this cell range is valid in the specified sheet. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodToStringOverridden.   
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Releases unmanaged resources and performs other cleanup operations before the CellRangeSegmentData is reclaimed by garbage collection.  
Protected MethodOnDataChanged Fires DataChanged event.  
Top

Public Events

 NameDescription
Public EventDataChanged Occurs when data of one cell in cell range is changed.  
Top

See Also