Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Units Class / reserved Property


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