Class TableSemanticGroup
A set of consecutive data rows that share the same col-0 row label.
public class TableSemanticGroup
- Inheritance
-
TableSemanticGroup
- Inherited Members
Properties
DataRows
All data rows belonging to this group. Each element is a string array of length NumCols covering all columns. Col-0 text appears only in the first row (the group origin); subsequent rows have an empty string at index 0 (span continuation).
public List<string[]> DataRows { get; set; }
Property Value
RowLabel
The row label text taken from the col-0 origin cell of this group (e.g. "매출처", "헤더1"). Null when col 0 is empty or spans from a previous row.
public string? RowLabel { get; set; }