GrapeCity.Xaml.Excel
GetTopLeft Method (IExcelWriter)


The zero based sheet index used to locate the IExcelWorksheet instance
Top row visible in the window
Leftmost column visible in the window
Gets the first visible row and column information in the window
Syntax
'Declaration
 
Function GetTopLeft( _
   ByVal sheet As Short, _
   ByRef topRow As Integer, _
   ByRef leftColumn As Integer _
) As Boolean
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Short
Dim topRow As Integer
Dim leftColumn As Integer
Dim value As Boolean
 
value = instance.GetTopLeft(sheet, topRow, leftColumn)
bool GetTopLeft( 
   short sheet,
   ref int topRow,
   ref int leftColumn
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
topRow
Top row visible in the window
leftColumn
Leftmost column visible in the window
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options