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

Gets the number of rows per page as specified in the xml configuration file emailList.xml. Please refer to the OfficeClip level 1 customization help.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int GetEmailListGridNumberOfRows()
Visual Basic (Declaration)
Public Function GetEmailListGridNumberOfRows As Integer
Visual C++
public:
int GetEmailListGridNumberOfRows()

Return Value

Number of rows to be displayed on the email list screen.

See Also