Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12A Class / wHeightMode Property


In This Topic
    wHeightMode Property (CrtLayout12A)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wHeightMode As CrtLayout12Mode
    'Usage
     
    
    Dim instance As CrtLayout12A
    Dim value As CrtLayout12Mode
     
    instance.wHeightMode = value
     
    value = instance.wHeightMode
    public CrtLayout12Mode wHeightMode {get; set;}
    See Also