TableStyle.RowStripe 属性

定义

返回或设置一个 Integer 类型的值,该值代表样式指定奇数或偶数行带时要包括在带区中的行数。

public:
 property int RowStripe { int get(); void set(int value); };
public int RowStripe { get; set; }
member this.RowStripe : int with get, set
Public Property RowStripe As Integer

属性值

注解

Condition(WdConditionCode)使用 方法可设置表格样式的奇数列或偶数列带。

适用于