'Declaration
Public Function GetPageLabel( _ ByVal PageNo As Integer _ ) As String
public string GetPageLabel( int PageNo )
public function GetPageLabel( PageNo: Integer ): String;
public function GetPageLabel( PageNo : int ) : String;
public: string* GetPageLabel( int PageNo )
public: String^ GetPageLabel( int PageNo )
Parameters
- PageNo