Spread Windows Forms 12.0 Product Documentation
DisplayFormat Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : DisplayFormat Property
Gets a DisplayFormat object that represents the display settings for the specified range.
Syntax
'Declaration
 
ReadOnly Property DisplayFormat As DisplayFormat
'Usage
 
Dim instance As IRange
Dim value As DisplayFormat
 
value = instance.DisplayFormat
DisplayFormat DisplayFormat {get;}

Property Value

A DisplayFormat object that represents the display settings for the specified range.
See Also

Reference

IRange Interface
IRange Members