Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12 Class / autolayouttype Property


In This Topic
    autolayouttype Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property autolayouttype As Byte
    'Usage
     
    
    Dim instance As CrtLayout12
    Dim value As Byte
     
    instance.autolayouttype = value
     
    value = instance.autolayouttype
    public byte autolayouttype {get; set;}
    See Also