Table of Contents

Class TableSemanticGroup

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll
public class TableSemanticGroup
Inheritance
TableSemanticGroup
Inherited Members

Constructors

TableSemanticGroup()

public TableSemanticGroup()

Properties

DataRows

public List<string[]> DataRows { get; set; }

Property Value

List<string[]>

RowLabel

public string? RowLabel { get; set; }

Property Value

string