Spread Silverlight Documentation
GetRow Method (IExcelWorksheet)


The zero-based index of the row.
If set to true. It will create the column if the row is null at the specified index when the index is in the valid range
Gets the row at the specified column index
Syntax
'Declaration
 
Function GetRow( _
   ByVal index As System.Integer, _
   Optional ByVal create As System.Boolean _
) As IExcelRow
'Usage
 
Dim instance As IExcelWorksheet
Dim index As System.Integer
Dim create As System.Boolean
Dim value As IExcelRow
 
value = instance.GetRow(index, create)
IExcelRow GetRow( 
   System.int index,
   System.bool create
)

Parameters

index
The zero-based index of the row.
create
If set to true. It will create the column if the row is null at the specified index when the index is in the valid range

Return Value

An IExcelRow instance represent the column at the specified index
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.