Spread Silverlight Documentation
SetFormatId Method (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : SetFormatId Method
The zero-based index of the format id of the cell.
Set the format id of the cell. The cell will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance
Syntax
'Declaration
 
Public Sub SetFormatId( _
   ByVal id As System.Integer _
) 
'Usage
 
Dim instance As ExcelCell
Dim id As System.Integer
 
instance.SetFormatId(id)
public void SetFormatId( 
   System.int id
)

Parameters

id
The zero-based index of the format id of the cell.
Remarks
If the passed value is -1, it means use the default format setting.
See Also

Reference

ExcelCell Class
ExcelCell Members