Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / Value Property


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