[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CsvParseContext

Class CsvParseContext

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the CSV parse context of the current cell.

public class CsvParseContext
Inheritance
object
CsvParseContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Column

Column index of the current cell.

public int Column { get; }

Property Value

int

Row

Row index of the current cell.

public int Row { get; }

Property Value

int

Text

Origin text of the current cell before parsed.

public string Text { get; }

Property Value

string