Spread Silverlight Documentation
GetSpanCell Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : GetSpanCell Method
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.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members