Spread Silverlight Documentation
SetExcelDefaultCellFormat Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetExcelDefaultCellFormat Method
An IExtendedFormat instance defines the default cell format of the workbook
Set the default cell format of the workbook
Syntax
'Declaration
 
Sub SetExcelDefaultCellFormat( _
   ByVal format As IExtendedFormat _
) 
'Usage
 
Dim instance As IExcelReader
Dim format As IExtendedFormat
 
instance.SetExcelDefaultCellFormat(format)
void SetExcelDefaultCellFormat( 
   IExtendedFormat format
)

Parameters

format
An IExtendedFormat instance defines the default cell format of the workbook
See Also

Reference

IExcelReader Interface
IExcelReader Members