'Declaration Public Sub Set( _ ByVal from As OutlineLevel, _ ByVal to As OutlineLevel _ )
public void Set( OutlineLevel from, OutlineLevel to )
Parameters
- from
- The range start outline level.
- to
- The range end outline level.
'Declaration Public Sub Set( _ ByVal from As OutlineLevel, _ ByVal to As OutlineLevel _ )
public void Set( OutlineLevel from, OutlineLevel to )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if trying to set GrapeCity.Documents.Word.OutlineLevel.BodyText. |
System.ArgumentOutOfRangeException | Thrown if trying to set from less than to. |