CSReportEditor.cEditor.pSelectSection C# (CSharp) Method

pSelectSection() private method

private pSelectSection ( String secKey ) : void
secKey String
return void
		private void pSelectSection(String secKey) 
		{
			bool bIsSecLn = false;
			pSelectSection (secKey, out bIsSecLn);
		}

Same methods

cEditor::pSelectSection ( String secKey, bool &bIsSecLn ) : void
cEditor