ExcelGetPrintTitles Method
In This Topic
Gets the titles for printing for exporting to Excel BIFF file.
Syntax
'Declaration
Function ExcelGetPrintTitles( _
ByVal As Short, _
ByRef As Integer, _
ByRef column As Integer, _
ByRef As Integer, _
ByRef columnCount As Integer _
) As Boolean
'Usage
Dim instance As IExcelBiffWrite
Dim sheet As Short
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As Boolean
value = instance.ExcelGetPrintTitles(sheet, row, column, rowCount, columnCount)
bool ExcelGetPrintTitles(
short ,
ref int ,
ref int column,
ref int ,
ref int columnCount
)
Parameters
- sheet
- Sheet index
- row
- Row index
- column
- Column index
- rowCount
- Number of rows
- columnCount
- Number of columns
See Also