VerticalSeparators

TemplateTableParameters.VerticalSeparators property

Gets the table columns separators.

public IList<double> VerticalSeparators { get; }

Property Value

A collection of double values that represent x-coordinates of the table columns separators; null if it isn’t set.

See Also