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

Populates day in the drop down list by populating. The first row of the list can be created separately by this method. The value of the list item of the first row is set to -1.

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

Syntax

C#
public void PopulateDay(
	DropDownList dr,
	string firstRow
)
Visual Basic (Declaration)
Public Sub PopulateDay ( _
	dr As DropDownList, _
	firstRow As String _
)
Visual C++
public:
void PopulateDay(
	DropDownList^ dr, 
	String^ firstRow
)

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
The drop down list to be populated.
firstRow
Type: System..::.String
The text on the first row.

See Also