获取或设置字段中的文本行数。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Rows As Integer
Get
Set
用法
Dim instance As SPMobileNoteField
Dim value As Integer
value = instance.Rows
instance.Rows = value
public int Rows { get; set; }
属性值
类型:System.Int32
代表注释字段中的文本行数Int32 。默认值为 4。