| ExtendedTextAreaSetPosition Method | 
            Explicitly sets the editor position
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void SetPosition(
	bool focus,
	int line,
	int ch
)
Parameters
- focus
- Type: SystemBoolean
 Focus the editor
- line
- Type: SystemInt32
 Line to jump to
- ch
- Type: SystemInt32
 Char on the line to jump to
 See Also
See Also