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


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