Spread Silverlight Documentation
SetFormatId Method (ExcelColumn)


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

Parameters

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelColumn Class
ExcelColumn Members

 

 


Copyright © GrapeCity, inc. All rights reserved.