Represents the properties of a page column.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[SerializableAttribute]
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]
[TypeConverterAttribute(typeof(PageColumnDef..::..TypeConverter2))]
public class PageColumnDef : ICloneable
Visual Basic
<SerializableAttribute> _
<ObfuscationAttribute(Exclude := True, ApplyToMembers := True)> _
<TypeConverterAttribute(GetType(PageColumnDef..::..TypeConverter2))> _
Public Class PageColumnDef _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..PageColumnDef

See Also