'Declaration Public Overloads Shared Function CreateFixedCell( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As System.Int32, _
ByVal fixedColumnA value indicating whether column is fixed.As Boolean, _
ByVal fixedRowA value indicating whether row is fixed.As Boolean _
) As CellReference
public static CellReference CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool fixedColumn,
bool fixedRow
)
public: static CellReference* CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool fixedColumn,
bool fixedRow
)
public:
static CellReference^ CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool fixedColumn,
bool fixedRow
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.
- fixedColumn
- A value indicating whether column is fixed.
- fixedRow
- A value indicating whether row is fixed.
Return Value
The fixed cell reference.