bool ExcelGetZoom( short sheet, ref float zoom )
'Declaration Function ExcelGetZoom( _ ByVal sheet As Short, _ ByRef zoom As Single _ ) As Boolean
'Declaration
Function ExcelGetZoom( _ ByVal sheet As Short, _ ByRef zoom As Single _ ) As Boolean
'Usage Dim instance As IExcelBiffWrite Dim sheet As Short Dim zoom As Single Dim value As Boolean value = instance.ExcelGetZoom(sheet, zoom)
'Usage
Dim instance As IExcelBiffWrite Dim sheet As Short Dim zoom As Single Dim value As Boolean value = instance.ExcelGetZoom(sheet, zoom)
IExcelBiffWrite Interface IExcelBiffWrite Members