类 CsvParseContext
java.lang.Object
com.grapecity.documents.excel.CsvParseContext
Represents the CSV parse context of the current cell.
-
构造器概要
-
方法概要
-
构造器详细资料
-
CsvParseContext
Create a CsvParseContext object.
-
-
方法详细资料
-
getRow
public int getRow()Gets the row index of the current cell. -
getColumn
public int getColumn()Gets the column index of the current cell. -
getText
Gets the origin text of the current cell before parsed.
-