Spread WPF 17
GrapeCity.Excel Namespace / IExcelRow Interface / SetFormatId Method
the zero base index of the id used to locate the IExtendedFormat


In This Topic
    SetFormatId Method (IExcelRow)
    In This Topic
    Sets the format id which used to locate the correspond IExtendedFormat from its parent IExcelWorksheet instance.
    Syntax
    'Declaration
     
    Sub SetFormatId( _
       ByVal id As Integer _
    ) 
    'Usage
     
    Dim instance As IExcelRow
    Dim id As Integer
     
    instance.SetFormatId(id)
    void SetFormatId( 
       int id
    )

    Parameters

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