GrapeCity.Xaml.Excel
GetDimensions Method


The zero based sheet index used to locate the IExcelWorksheet instance
Number of rows used in the sheet
Number of columns used in the sheet
Get the minimum and maximum bounds of the sheet.
Syntax
'Declaration
 
Sub GetDimensions( _
   ByVal sheet As Short, _
   ByRef row As Integer, _
   ByRef column As Integer _
) 
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Short
Dim row As Integer
Dim column As Integer
 
instance.GetDimensions(sheet, row, column)
void GetDimensions( 
   short sheet,
   ref int row,
   ref int column
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
row
Number of rows used in the sheet
column
Number of columns used in the sheet
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options