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