The ColumnStyle type exposes the following members.

Properties

  NameDescription
Public propertyColumnWidth
Gets or sets the column width of the column style, 0 represents auto width.
Public propertyContentJustification
Gets or sets the Content Justification of column style.
Public propertyContentString
Gets the display content of column style, this property is usable for most table columns, but for alignment segment table, please use GetContentString() and specified type.
Public propertyContentStringFormatted
Gets or sets the content of column style with MText format string, this property is usable for most table columns, but for alignment segment table, please use GetContentString() and specified type.
Public propertyHeaderJustification
Gets or sets the Header Justification of column style
Public propertyHeaderString
Gets or sets the display header string of the column style.
Public propertyHeaderStringFormatted
Gets or sets the header of the column style with MText format string.

See Also