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