'Declaration Public Shared Function CreateCell( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.As System.Int32 _
) As CellReference
public static CellReference CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: static CellReference* CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
static CellReference^ CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Индекс столбца.
- rowIndex
- Индекс строки.
Return Value
Новый экземпляр класса CellReference.