Spread Silverlight Documentation
GetSpanCell Method (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : 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
 
Public Function GetSpanCell( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IRange
'Usage
 
Dim instance As ExcelWorksheet
Dim row As System.Integer
Dim column As System.Integer
Dim value As IRange
 
value = instance.GetSpanCell(row, column)
public 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

ExcelWorksheet Class
ExcelWorksheet Members