共用方式為


SPView.RowLimit property

取得或設定在每一頁的檢視表查詢中傳回的項目數的限制。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property RowLimit As UInteger
    Get
    Set
'用途
Dim instance As SPView
Dim value As UInteger

value = instance.RowLimit

instance.RowLimit = value
public uint RowLimit { get; set; }

Property value

Type: System.UInt32
不帶正負號的 32 位元整數,表示資料列限制。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace