Class TableColumn
- Namespace
- GrapeCity.Documents.Word.Layout
- Assembly
- GcDocs.Word.Layout.dll
Represents the column in a Word table.
public class TableColumn : LayoutElement
- Inheritance
-
object
TableColumn
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
ActualWidth
Gets the actual width of the column, in points.
public float ActualWidth { get; }
Property Value
- float