Skybound Rebar

RebarBand.IndexOnRow Property

Gets the index of this band in the row that currently contains it.

[Visual Basic]
Public ReadOnly Property IndexOnRow As Integer
[C#]
public int IndexOnRow {get;}

Property Value

The index of this band in the Rows property for the rebar control that owns this band.

Remarks

If the band has not been assigned to a rebar control yet, this property returns -1.

See Also

RebarBand Class | Skybound.Rebar Namespace