C# Класс OfficeOpenXml.ExcelCellAddress

A single cell address
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExcelCellAddress ( ) : System
ExcelCellAddress ( int row, int column ) : System

Initializes a new instance of the ExcelCellAddress class.

ExcelCellAddress ( string address ) : System

Initializes a new instance of the ExcelCellAddress class.

Описание методов

ExcelCellAddress() публичный Метод

public ExcelCellAddress ( ) : System
Результат System

ExcelCellAddress() публичный Метод

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( int row, int column ) : System
row int The row.
column int The column.
Результат System

ExcelCellAddress() публичный Метод

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( string address ) : System
address string The address
Результат System