bool ExcelGetPrintTitles( short sheet, ref int row, ref int column, ref int rowCount, ref int columnCount )
'Declaration Function ExcelGetPrintTitles( _ ByVal sheet As Short, _ ByRef row As Integer, _ ByRef column As Integer, _ ByRef rowCount As Integer, _ ByRef columnCount As Integer _ ) As Boolean
'Declaration
Function ExcelGetPrintTitles( _ ByVal sheet As Short, _ ByRef row As Integer, _ ByRef column As Integer, _ ByRef rowCount 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)
'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)
IExcelBiffWrite Interface IExcelBiffWrite Members