Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12A Class / wWidthMode Property


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