'Declaration Public Overloads Shared Function CreateFixedCell( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.As System.Int32, _
ByVal fixedColumnЗначение, указывающее, фиксирован ли столбец.As Boolean, _
ByVal fixedRowЗначение, указывающее, фиксирована ли строка.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
- Индекс столбца.
- rowIndex
- Индекс строки.
- fixedColumn
- Значение, указывающее, фиксирован ли столбец.
- fixedRow
- Значение, указывающее, фиксирована ли строка.
Return Value
Фиксированная ссылка на ячейку.