Class TableSectionBuilder
Inheritance
TableSectionBuilder
Assembly: NXOpen.dll
Syntax
public class TableSectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TableSectionBuilder()
Declaration
protected TableSectionBuilder()
Properties
ColumnWidth
Declaration
public double ColumnWidth { get; set; }
Property Value
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
NumberOfColumns
Declaration
public int NumberOfColumns { get; set; }
Property Value
NumberOfRows
Declaration
public int NumberOfRows { get; set; }
Property Value
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
RowHeight
Declaration
public double RowHeight { get; set; }
Property Value
Style
Declaration
public TableStyleBuilder Style { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink