MakeList Method
Makes a list with the specified style from the blocks in a range.
Declaration
public static C1List MakeList(this C1TextRange range, TextMarkerStyle style)
Public Shared Function MakeList(range As C1TextRange, style As TextMarkerStyle) As C1List
Parameters
Returns
Makes a list from the blocks in a range.
Declaration
public static C1List MakeList(this C1TextRange range)
Public Shared Function MakeList(range As C1TextRange) As C1List
Parameters
Returns
| Type |
Description |
| C1List |
The created list, or null if a list couldn't be created.
|