'Declaration Public Shared Function CreateRowsReferences( _
ByVal rowIndexIndex of the row.As System.Int32, _
ByVal rowCountThe row count.As System.Int32 _
) As CellReferences
public static CellReferences CreateRowsReferences(
System.Int32 rowIndex,
System.Int32 rowCount
)
public: static CellReferences* CreateRowsReferences(
System.Int32 rowIndex,
System.Int32 rowCount
)
public:
static CellReferences^ CreateRowsReferences(
System.Int32 rowIndex,
System.Int32 rowCount
)
Parameters
- rowIndex
- Index of the row.
- rowCount
- The row count.
Return Value
The cell references to the row.