GrapeCity.Xaml.Excel
SetFormatId Method (IExcelCell)


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 Integer _
) 
'Usage
 
Dim instance As IExcelCell
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelCell Interface
IExcelCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options