Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / scale Property


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