Interface that describes a row in a ITable instance.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IRow : IStripe, ILabeledItem, IModelItem, ILookup, ITagOwner |
| Visual Basic |
|---|
Public Interface IRow _ 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.