Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Dat Class / fShowSeriesKey Property


In This Topic
    fShowSeriesKey Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fShowSeriesKey As Byte
    'Usage
     
    
    Dim instance As Dat
    Dim value As Byte
     
    instance.fShowSeriesKey = value
     
    value = instance.fShowSeriesKey
    public byte fShowSeriesKey {get; set;}
    See Also