ExcelDna.Integration.ExcelReference.ExcelReference C# (CSharp) Méthode

ExcelReference() public méthode

public ExcelReference ( int row, int column ) : System
row int
column int
Résultat System
        public ExcelReference(int row, int column)
            : this(row, row, column, column)
        {
        }

Same methods

ExcelReference::ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
ExcelReference::ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
ExcelReference::ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System