Spread Silverlight Documentation
DefaultCellFormat Property (ExcelWorkbook)


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

Property Value

The default cell format.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members