Spread Silverlight Documentation
Format Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : Format Property
Get or set the ExtendedFormat associate with cell.
Syntax
'Declaration
 
Public Property Format As IExtendedFormat
'Usage
 
Dim instance As ExcelCell
Dim value As IExtendedFormat
 
instance.Format = value
 
value = instance.Format
public IExtendedFormat Format {get; set;}

Property Value

The ExtendedFormat associate with cell.
See Also

Reference

ExcelCell Class
ExcelCell Members