Gets or sets the number of rows to display at a time.
Syntax
'Declaration
Public Property PageSize As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.PageSize = value
value = instance.PageSize
public int PageSize {get; set;}
See Also