Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Boolean Property


In This Topic
    Boolean Property
    In This Topic
    Gets or sets the yes or no value associated with the custom document property.
    Syntax
    'Declaration
     
    
    Public Property Boolean As Boolean
    'Usage
     
    
    Dim instance As DocumentProperty
    Dim value As Boolean
     
    instance.Boolean = value
     
    value = instance.Boolean
    public bool Boolean {get; set;}

    Property Value

    A boolean represents the yes or no value
    See Also