Spread WPF 17
GrapeCity.Excel Namespace / IExcelConditionalFormatValueObject Interface / Value Property


In This Topic
    Value Property (IExcelConditionalFormatValueObject)
    In This Topic
    The value of this conditional formatting value object.
    Syntax
    'Declaration
     
    Property Value As String
    'Usage
     
    Dim instance As IExcelConditionalFormatValueObject
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    string Value {get; set;}

    Property Value

    The value of this conditional formatting value object.
    See Also