'Declaration Public Function New( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.As System.Int32 _
)
public CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Индекс столбца.
- rowIndex
- Индекс строки.