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

Populates the year in the drop down list.

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

Syntax

C#
public void PopulateYear(
	DropDownList dr,
	int lowerSpan,
	int upperSpan
)
Visual Basic (Declaration)
Public Sub PopulateYear ( _
	dr As DropDownList, _
	lowerSpan As Integer, _
	upperSpan As Integer _
)
Visual C++
public:
void PopulateYear(
	DropDownList^ dr, 
	int lowerSpan, 
	int upperSpan
)

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
The drop down list to be populated.
lowerSpan
Type: System..::.Int32
The lower span
upperSpan
Type: System..::.Int32
The upper span

See Also