[This is preliminary documentation and is subject to change.]

Populate the week count in the drop down box. The drop down box created will have the following entries, first(1), second(2), third(3), fourth(4) and last(5).

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public void PopulateWeekCount(
	DropDownList dr
)
Visual Basic (Declaration)
Public Sub PopulateWeekCount ( _
	dr As DropDownList _
)
Visual C++
public:
void PopulateWeekCount(
	DropDownList^ dr
)

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
the drop down list to be populated.

See Also