'Declaration Public Overloads Shared Function CreateFixedCell( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As System.Int32 _
) As CellReference
public static CellReference CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: static CellReference* CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
static CellReference^ CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.
Return Value
The fixed cell reference.