ExcelDna.Integration.ExcelReference.ExcelReference C# (CSharp) 메소드

ExcelReference() 공개 메소드

public ExcelReference ( int row, int column ) : System
row int
column int
리턴 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