SpreadsheetGear 2017
ClearOutline Method (IRange)






SpreadsheetGear Namespace > IRange Interface : ClearOutline Method
Clears the specified represented row or column outline levels, or all outline levels of the associated worksheet if this range does not represent rows or columns.
Syntax
'Declaration
 
Sub ClearOutline() 
'Usage
 
Dim instance As IRange
 
instance.ClearOutline()
void ClearOutline()
procedure ClearOutline(); 
function ClearOutline();
void ClearOutline(); 
void ClearOutline(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members