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


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