Spread Windows Forms 12.0 Product Documentation
Boolean Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Boolean Property
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

Reference

DocumentProperty Class
DocumentProperty Members