Spread Silverlight Documentation
DefaultCellFormat Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : DefaultCellFormat Property
Gets or sets the default cell format of the workbook..
Syntax
'Declaration
 
Property DefaultCellFormat As IExtendedFormat
'Usage
 
Dim instance As IExcelWorkbook
Dim value As IExtendedFormat
 
instance.DefaultCellFormat = value
 
value = instance.DefaultCellFormat
IExtendedFormat DefaultCellFormat {get; set;}

Property Value

The default cell format.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members