Spread Silverlight Documentation
SetFormatId Method (IExcelRow)


GrapeCity.Excel Namespace > IExcelRow 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 IExcelRow
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

IExcelRow Interface
IExcelRow Members