Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scl Class / nscl Property


In This Topic
    nscl Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property nscl As Short
    'Usage
     
    
    Dim instance As Scl
    Dim value As Short
     
    instance.nscl = value
     
    value = instance.nscl
    public short nscl {get; set;}
    See Also