'Declaration Public Overloads Function GetSubregion( _
ByVal startSymbolA start symbol of new text region.As TextRegionSymbol, _
ByVal stopSymbolA end symbol of new text region.As TextRegionSymbol _
) As TextRegion
public TextRegion GetSubregion(
TextRegionSymbol startSymbol,
TextRegionSymbol stopSymbol
)
public: TextRegion* GetSubregion(
TextRegionSymbol* startSymbol,
TextRegionSymbol* stopSymbol
)
public:
TextRegion^ GetSubregion(
TextRegionSymbol^ startSymbol,
TextRegionSymbol^ stopSymbol
)
Parameters
- startSymbol
- A start symbol of new text region.
- stopSymbol
- A end symbol of new text region.
Return Value
A subregion of this text region.