Method GetLineStyles
GetLineStyles(int, IList<ILineStyle>)
Finds all linestyles in the LineStyles collection located inside specified line.
public virtual int GetLineStyles(int line, IList<ILineStyle> list)Parameters
- lineint
- The index of the line to find. 
- listIList<ILineStyle>
- Represents the collection of the bookmarks located within the specified range. 
Returns
- int
- The number of the linestyles located within the specified range.