'Declaration Public Shared Function CreateRow( _
ByVal rowIndexIndex of the row.As System.Int32 _
) As CellReference
public static CellReference CreateRow(
System.Int32 rowIndex
)
public: static CellReference* CreateRow(
System.Int32 rowIndex
)
public:
static CellReference^ CreateRow(
System.Int32 rowIndex
)
Parameters
- rowIndex
- Index of the row.
Return Value
A new instance of CellReference class.