ExcelToolKit.XlsCell.XlsCell C# (CSharp) 메소드

XlsCell() 공개 메소드

public XlsCell ( object obj ) : System.Text.RegularExpressions
obj object
리턴 System.Text.RegularExpressions
        public XlsCell(object obj) {
            m_object=obj;
            prepareMarkDown = null;
        }