'Declaration Public Function New( _
ByVal topLeftСсылка на ячейку в верхнем левом углу.As CellReference, _
ByVal columnCountКоличество столбцов.As System.Int32, _
ByVal rowCountКоличество строк.As System.Int32 _
)
public CellReferences(
CellReference topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
public: CellReferences(
CellReference* topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
public:
CellReferences(
CellReference^ topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
Parameters
- topLeft
- Ссылка на ячейку в верхнем левом углу.
- columnCount
- Количество столбцов.
- rowCount
- Количество строк.