Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / CellRangeSegmentData Class / DataType Property


In This Topic
DataType Property (CellRangeSegmentData)
In This Topic
Gets or sets the type of the data.
Syntax
'Declaration
 
Public Property DataType As SegmentDataType
 
'Usage
 
Dim instance As CellRangeSegmentData
Dim value As SegmentDataType
 
instance.DataType = value
 
value = instance.DataType

Property Value

The type of the data.
See Also