Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PrintSize Class / printSize Property


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