Spread Silverlight Documentation
GetSpanCell Method (IExcelWorksheet)


The row index
The column index
Gets the range of cells that are spanned at a specified cell in this sheet.
Syntax
'Declaration
 
Function GetSpanCell( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IRange
'Usage
 
Dim instance As IExcelWorksheet
Dim row As System.Integer
Dim column As System.Integer
Dim value As IRange
 
value = instance.GetSpanCell(row, column)
IRange GetSpanCell( 
   System.int row,
   System.int column
)

Parameters

row
The row index
column
The column index

Return Value

Returns a IRange object containing the span information, or null if no span exists.
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.