ExcelSetColInfo Method (IExcelBiffRead)
In This Topic
COLINFO - Excel Biff Record
Syntax
'Declaration
Function ExcelSetColInfo( _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Byte, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim colFirst As Short
Dim colLast As Short
Dim ixf As Short
Dim width As Integer
Dim hidden As Boolean
Dim outlineLevel As Byte
Dim collapsed As Boolean
Dim bufferColInfo As Boolean
Dim value As Boolean
value = instance.ExcelSetColInfo(sheet, colFirst, colLast, ixf, width, hidden, outlineLevel, collapsed, bufferColInfo)
bool ExcelSetColInfo(
short ,
short ,
short ,
short ,
int ,
bool ,
byte ,
bool ,
bool
)
Parameters
- sheet
- Sheet index
- colFirst
- colLast
- ixf
- width
- hidden
- outlineLevel
- collapsed
- bufferColInfo
See Also