SkipRows Property
- Last UpdatedAug 21, 2026
- 1 minute read
The number of rows to be skipped.
'Declaration
Public Property SkipRows As UInteger
'Usage
Dim instance As BaseQueryArgs
Dim value As UInteger
instance.SkipRows = value
value = instance.SkipRows
public uint SkipRows {get; set;}