1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Templates
  6. /
  7. TemplateTableLayout
  8. /
  9. HorizontalSeparators

HorizontalSeparators

TemplateTableLayout.HorizontalSeparators property

Gets the table rows separators.

public IList<double> HorizontalSeparators { get; }

Property Value

A collection of double values that represent y-coordinates of the table rows separators.

See Also