GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / DisplayFormat Property


In This Topic
DisplayFormat Property
In This Topic
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

Property Value

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