GrapeCity.Xaml.Excel
SetFormatId Method (ExcelRow)


The zero-based index of the format id of the row.
Set the format id of the row. The row will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance
Syntax
'Declaration
 
Public Sub SetFormatId( _
   ByVal id As Integer _
) 
'Usage
 
Dim instance As ExcelRow
Dim id As Integer
 
instance.SetFormatId(id)
public void SetFormatId( 
   int id
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelRow Class
ExcelRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options