ColumnStyle
Wisej.Web.ColumnStyle
Last updated
Was this helpful?
Wisej.Web.ColumnStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the look and feel of a column in a table layout.
public class ColumnStyle : TableLayoutStylePublic Class ColumnStyle
Inherits TableLayoutStyleInitializes an instance of the ColumnStyle class to its default state.
Initializes and instance of the ColumnStyle class to its default state.
Initializes an instance of the ColumnStyle class using the supplied SizeType value.
Initializes and instance of the ColumnStyle class using the supplied SizeType and width values.
Throws:
ArgumentOutOfRangeException width is less than 0.
Single: Returns or sets the width value for a column.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
Last updated
Was this helpful?
Was this helpful?

