DataMember.ColSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of rows spanned by this member, were the hierarchy to be treated as a grid.
public:
abstract property int ColSpan { int get(); };
public abstract int ColSpan { get; }
member this.ColSpan : int
Public MustOverride ReadOnly Property ColSpan As Integer
Property Value
An int
value.