Interface that describes a column in a ITable instance.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IColumn : IStripe, ILabeledItem, IModelItem, ILookup, ITagOwner |
| Visual Basic |
|---|
Public Interface IColumn _ Inherits IStripe, ILabeledItem, IModelItem, ILookup, _ ITagOwner |
Remarks
Default implementations of this interface are created by the factory methods in the ITable interface
and its implementations, therefore, it usually shouldn't be necessary to implement this interface yourself.