Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / AutoSize Property


In This Topic
    AutoSize Property (FormatControlCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AutoSize As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Boolean)
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public Nullable<bool> AutoSize {get; set;}
    See Also