SPFieldMultiLineText.NumberOfLines property
取得或設定要顯示欄位中的行數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property NumberOfLines As Integer
Get
Set
'用途
Dim instance As SPFieldMultiLineText
Dim value As Integer
value = instance.NumberOfLines
instance.NumberOfLines = value
public int NumberOfLines { get; set; }
Property value
Type: System.Int32
32 位元整數,表示的行數。