GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ConditionalObject Class

    Namespace:
    GemBox.Spreadsheet.ConditionalFormatting
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a base class for conditional objects used in conditional formatting.

    • C#
    • VB.NET
    public abstract class ConditionalObject
    Public MustInherit Class ConditionalObject
    Inheritance:
    System.Object
    ConditionalObject
    Derived
    ConditionalColor
    ConditionalIcon
    ConditionalLength

    Properties

    Value

    Gets or sets the value.

    • C#
    • VB.NET
    public ConditionalValue Value { get; set; }
    Public Property Value As ConditionalValue
    Property Value
    ConditionalValue

    The value.

    Exceptions
    System.ArgumentException

    Specified value is not valid for the current conditional object.

    Methods

    ToString()

    Returns a System.String that represents this ConditionalObject instance.

    • C#
    • VB.NET
    public abstract override string ToString()
    Public MustOverride Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this ConditionalObject instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.