Gets text in the range [ (fromLineIndex, fromColumnIndex), (toLineIndex, toColumnIndex) ).
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public string GetTextInRange(
int beginLineIndex,
int beginColumnIndex,
int endLineIndex,
int endColumnIndex
) |
| Visual Basic |
|---|
Public Function GetTextInRange (
beginLineIndex As Integer,
beginColumnIndex As Integer,
endLineIndex As Integer,
endColumnIndex As Integer
) As String |
Parameters
- beginLineIndex
- Type: System..::..Int32
- beginColumnIndex
- Type: System..::..Int32
- endLineIndex
- Type: System..::..Int32
- endColumnIndex
- Type: System..::..Int32
Return Value
Type:
String
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |
See Also