Spread Silverlight Documentation
Format Property (IExcelCell)


GrapeCity.Excel Namespace > IExcelCell Interface : Format Property
Gets or sets the format.
Syntax
'Declaration
 
Property Format As IExtendedFormat
'Usage
 
Dim instance As IExcelCell
Dim value As IExtendedFormat
 
instance.Format = value
 
value = instance.Format
IExtendedFormat Format {get; set;}

Property Value

The format.
See Also

Reference

IExcelCell Interface
IExcelCell Members