Spread Silverlight Documentation
SetColumnInfo Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetColumnInfo Method
The zero based sheet index used to locate the IExcelWorksheet instance
The zero based first column index
The zero based last column index
The zero based index used to locate format settings stored in a global section
The column width
A flag used to indicate whether the column is hidden
A byte value used to set the column outline level.
A flag used to indicate whether the column is collapsed.
Set serials properties to specified columns.
Syntax
'Declaration
 
Sub SetColumnInfo( _
   ByVal sheet As System.Short, _
   ByVal columnFirst As System.Short, _
   ByVal columnLast As System.Short, _
   ByVal formatIndex As System.Short, _
   ByVal width As System.Double, _
   ByVal hidden As System.Boolean, _
   ByVal outlineLevel As System.Byte, _
   ByVal collapsed As System.Boolean _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim columnFirst As System.Short
Dim columnLast As System.Short
Dim formatIndex As System.Short
Dim width As System.Double
Dim hidden As System.Boolean
Dim outlineLevel As System.Byte
Dim collapsed As System.Boolean
 
instance.SetColumnInfo(sheet, columnFirst, columnLast, formatIndex, width, hidden, outlineLevel, collapsed)
void SetColumnInfo( 
   System.short sheet,
   System.short columnFirst,
   System.short columnLast,
   System.short formatIndex,
   System.double width,
   System.bool hidden,
   System.byte outlineLevel,
   System.bool collapsed
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
columnFirst
The zero based first column index
columnLast
The zero based last column index
formatIndex
The zero based index used to locate format settings stored in a global section
width
The column width
hidden
A flag used to indicate whether the column is hidden
outlineLevel
A byte value used to set the column outline level.
collapsed
A flag used to indicate whether the column is collapsed.
See Also

Reference

IExcelReader Interface
IExcelReader Members