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

Public Function New( _
ByVal sheetName
Имя листа.
As System.String, _
ByVal cellReferences
Ссылки на ячейки.
As CellReferences _
)
public CellReferences(
System.String sheetName,
CellReferences cellReferences
)

Parameters

sheetName
Имя листа.
cellReferences
Ссылки на ячейки.
Требования

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

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