Data ListSelect(Int 32, Int 32, Int 32) Method
This is used to set the selected range of rows
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void Select(
int start,
int end,
int ensureVisible
)VB
Public Sub Select (
start As Integer,
end As Integer,
ensureVisible As Integer
)C++
public:
void Select(
int start,
int end,
int ensureVisible
)F#
member Select :
start : int *
end : int *
ensureVisible : int -> unit Parameters
Remarks
If either value is outside the current row count, it will be forced to a valid value. The
range will also be swapped if necessary to start from the lowest value and end at the highest
value.