Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Series Class / sdtX Property


In This Topic
    sdtX Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property sdtX As UShort
    'Usage
     
    
    Dim instance As Series
    Dim value As UShort
     
    instance.sdtX = value
     
    value = instance.sdtX
    public ushort sdtX {get; set;}
    See Also