Spread for ASP.NET 12 Product Documentation
GetSpanCell Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetSpanCell Method
Row index of the cell
Column index of the cell
Gets the span of cells at a specified cell.
Syntax
'Declaration
 
Public Overridable Function GetSpanCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellRange
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As CellRange
 
value = instance.GetSpanCell(row, column)
public virtual CellRange GetSpanCell( 
   int row,
   int column
)

Parameters

row
Row index of the cell
column
Column index of the cell
See Also

Reference

SheetView Class
SheetView Members