Method IsExpanded
IsExpanded(int)
Indicates whether the outlined section at the specified line is expanded. IsCollapsed(int)
public virtual bool IsExpanded(int index)
Parameters
index
intThe index of the line.
Returns
- bool
True if outlined section is expanded; otherwise false.
Remarks
If there is no outline section at the specified line text, method return false.