Gets or sets text ranges selected by rectangle selection.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public int[] RectSelectRanges { get; set; } |
Visual Basic |
---|
Public Property RectSelectRanges As Integer() Get Set |
Property Value
Type: array<Int32>[]()[][]
Remarks
(This property is basically for internal use only. Using this method from outside of Azuki assembly is not recommended.)
The value of this method is an array of text indexes that is consisted with beginning index of first text range (row), ending index of first text range, beginning index of second text range, ending index of second text range and so on.