'Declaration Public Function GetLineIndexBySymbol( _
ByVal symbolThe text region symbol.As TextRegionSymbol _
) As System.Int32
public System.Int32 GetLineIndexBySymbol(
TextRegionSymbol symbol
)
public: System.Int32 GetLineIndexBySymbol(
TextRegionSymbol* symbol
)
public:
System.Int32 GetLineIndexBySymbol(
TextRegionSymbol^ symbol
)
Parameters
- symbol
- The text region symbol.
Return Value
The index of the line, which contains symbol if symbol is found; otherwise, -1.