ListItemSubField.RowsPerColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets/sets the number of rows per column of the list in which this item resides.
public:
property int RowsPerColumn { int get(); void set(int value); };
public int RowsPerColumn { get; set; }
member this.RowsPerColumn : int with get, set
Public Property RowsPerColumn As Integer