Spread Windows Forms 15.0
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
    public SegmentDataType DataType {get; set;}

    Property Value

    The type of the data.
    See Also