[]
Represents a segment which gets data from a cell range in SheetView.
public class CellRangeSegmentData : SheetCellRange, IEquatable<CellRange>, ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, ISegmentData, IDisposable, ISegmentMatrixData
Public Class CellRangeSegmentData
Inherits SheetCellRange
Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, ISegmentData, IDisposable, ISegmentMatrixData
| Name | Description |
|---|---|
| CellRangeSegmentData(SheetView, int, int, int, int, ChartDataSetting) | Initializes a new instance of the CellRangeSegmentData class. |
| CellRangeSegmentData(string, int, int, int, int, ChartDataSetting) | Initializes a new instance of the CellRangeSegmentData class. |
| 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. |
| Name | Description |
|---|---|
| ContainStringValue() | Indicates whether the segment contains a string value. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | Releases unmanaged and - optionally - managed resources. |
| GetValue(int) | Gets the value. |
| OnDataChanged(SegmentDataChangedEventArgs) | Fires DataChanged event. |
| ToString() | Returns a string that represents this instance. |
| Name | Description |
|---|---|
| DataChanged | Occurs when data of one cell in the cell range is changed. |