of_getsheetsbytitle


pfcwnsrv.pbl   >   pfc_n_cst_winsrv_sheetmanager   >   of_getsheetsbytitle   

Full name pfc_n_cst_winsrv_sheetmanager.of_getsheetsbytitle
Access public
Extend of integer
Return value integer
Prototype public function integer of_getsheetsbytitle(ref window[],string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getsheetsbytitle (ref window aw_sheet[], string as_title);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_GetSheetsbyTitle
//
//	Access:  public
//
//	Arguments:
//	aw_sheet[] by ref
//	as_title:  title of the sheets to get
//
//	Returns:  integer
//	number of sheets open with title specified
//	-1 = error
//
//	Description:  Get reference to all open sheets with title specified
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

return of_GetSheetsByTitle (aw_sheet, as_title, false)


end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_winsrv_sheetmanager.of_getsheetsbytitle pfc_n_cst_winsrv_sheetmanager

     
Full name
No Data

     
Name Scope
No Data