'Declaration Public Function New( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As Boolean, _
ByVal isFixedColumnA value indicating whether column is fixed.As System.Int32, _
ByVal isFixedRowA value indicating whether row is fixed.As Boolean _
)
public CellReference(
System.Int32 columnIndex,
bool rowIndex,
System.Int32 isFixedColumn,
bool isFixedRow
)
public: CellReference(
System.Int32 columnIndex,
bool rowIndex,
System.Int32 isFixedColumn,
bool isFixedRow
)
public:
CellReference(
System.Int32 columnIndex,
bool rowIndex,
System.Int32 isFixedColumn,
bool isFixedRow
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.
- isFixedColumn
- A value indicating whether column is fixed.
- isFixedRow
- A value indicating whether row is fixed.