'Declaration Public Function New( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.As Boolean, _
ByVal isFixedColumnЗначение, указывающее, фиксирован ли столбец.As System.Int32, _
ByVal isFixedRowЗначение, указывающее, фиксирована ли строка.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
- Индекс столбца.
- rowIndex
- Индекс строки.
- isFixedColumn
- Значение, указывающее, фиксирован ли столбец.
- isFixedRow
- Значение, указывающее, фиксирована ли строка.