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