VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / CellReferences Constructors / CellReferences Constructor(CellReference,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    CellReferences Constructor(CellReference,Int32,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса CellReferences.
    Синтаксис
    '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
    Количество строк.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также