Spread Silverlight Documentation
SetFormatId Method (IExcelColumn)


GrapeCity.Excel Namespace > IExcelColumn Interface : SetFormatId Method
the zero base index of the id used to locate the IExtendedFormat
Sets the format id which used to locate the correspond IExtendedFormat from its parent IExcelWorksheet instance.
Syntax
'Declaration
 
Sub SetFormatId( _
   ByVal id As System.Integer _
) 
'Usage
 
Dim instance As IExcelColumn
Dim id As System.Integer
 
instance.SetFormatId(id)
void SetFormatId( 
   System.int id
)

Parameters

id
the zero base index of the id used to locate the IExtendedFormat
See Also

Reference

IExcelColumn Interface
IExcelColumn Members