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


In This Topic
    Value Property (FormatControlCommand)
    In This Topic
    Gets or sets an integer value that represents the value of the specified control.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Integer)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<int> Value {get; set;}
    See Also