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

Populates the month number instead of the month names in the drop down box. The month number is represented from 1(January) to 12(December).

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

Syntax

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

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
The dropdown box to populate the month number.

See Also