'Declaration Public Function GetSpanCell( _ ByVal row As Integer, _ ByVal column As Integer _ ) As IRange
'Usage Dim instance As ExcelWorksheet Dim row As Integer Dim column As Integer Dim value As IRange value = instance.GetSpanCell(row, 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.