WebPartManagerInternals.SetZoneIndex(WebPart, Int32) Method

Definition

Sets the index of the specified control within its zone relative to the other WebPart controls within the zone.

public:
 void SetZoneIndex(System::Web::UI::WebControls::WebParts::WebPart ^ webPart, int zoneIndex);
public void SetZoneIndex (System.Web.UI.WebControls.WebParts.WebPart webPart, int zoneIndex);
member this.SetZoneIndex : System.Web.UI.WebControls.WebParts.WebPart * int -> unit
Public Sub SetZoneIndex (webPart As WebPart, zoneIndex As Integer)

Parameters

webPart
WebPart

A WebPart control for which the method sets a zone index.

zoneIndex
Int32

The index of webPart within its zone relative to other controls in the zone.

Remarks

The SetZoneIndex method determines the ordinal position that webPart occupies in its zone, relative to other server controls in the zone.

Applies to

See also