[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.CellRangeSegmentData

CellRangeSegmentData Class

Represents a segment which gets data from a cell range in SheetView.

Inheritance
CellRangeSegmentData
Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
public class CellRangeSegmentData : SheetCellRange, IEquatable<CellRange>, ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, IDisposable, ISegmentMatrixData, ISegmentData2, ISegmentDataFormatSupport, ISegmentData
Public Class CellRangeSegmentData
    Inherits SheetCellRange
    Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, IDisposable, ISegmentMatrixData, ISegmentData2, ISegmentDataFormatSupport, ISegmentData

Constructors

Properties

Name Description
Count

Gets the number of items in this instance.

DataType

Gets or sets the type of the data.

ReferenceError

Gets a value that indicates whether the current cell range is an invalid reference.

SheetName

Gets or sets the name of the sheet.

SheetView

Gets or sets the sheet view.

Methods

Name Description
ContainStringValue()

Indicates whether the segment contains a string value.

ContainsDateTimeOnly()

Determines whether the segment contains date time only.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

GetFormatter(int)

Gets the formatter

GetValue(int)

Gets the value.

OnDataChanged(SegmentDataChangedEventArgs)

Fires DataChanged event.

ToString()

Returns a string that represents this instance.

Events

Name Description
DataChanged

Occurs when data of one cell in the cell range is changed.