VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / CellReferences Constructors / CellReferences Constructor(Int32,Int32,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
CellReferences Constructor(Int32,Int32,Int32,Int32)
В этом разделе
Инициализирует новый экземпляр класса CellReferences.
Синтаксис
'Declaration

Public Function New( _
ByVal topLeftColumnIndex
Индекс верхнего левого столбца.
As System.Int32, _
ByVal topLeftRowIndex
Индекс верхней левой строки.
As System.Int32, _
ByVal bottomRightColumnIndex
Индекс нижнего правого столбца.
As System.Int32, _
ByVal bottomRightRowIndex
Индекс правой нижней строки.
As System.Int32 _
)
public CellReferences(
System.Int32 topLeftColumnIndex,
System.Int32 topLeftRowIndex,
System.Int32 bottomRightColumnIndex,
System.Int32 bottomRightRowIndex
)

Parameters

topLeftColumnIndex
Индекс верхнего левого столбца.
topLeftRowIndex
Индекс верхней левой строки.
bottomRightColumnIndex
Индекс нижнего правого столбца.
bottomRightRowIndex
Индекс правой нижней строки.
Требования

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

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