Winnovative Web Chart Documentation

TableColumnItem Class

Winnovative Web Chart
This class encapsulates a table column structure.
Inheritance Hierarchy

SystemObject
  WinnovativeTableColumnItem

Namespace:  Winnovative
Assembly:  Winnovative.WebChart (in Winnovative.WebChart.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

[SerializableAttribute]
public class TableColumnItem

The TableColumnItem type exposes the following members.

Constructors

  NameDescription
Public methodTableColumnItem
Initializes a new instance of the TableColumnItem class. Default value is empty string.
Public methodTableColumnItem(String)
Initializes a new instance of the TableColumnItem class with the specified value.
Top
Properties

  NameDescription
Public propertyColumn
Gets or sets the column encapsulated by the TableColumnItem object.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic member(TableColumnItem to String)
Implicit conversion to a string.
Top
See Also

Reference