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


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