TableStyleElement.StripeSize 属性

定义

返回或设置条带的大小。 读/写。

public:
 property int StripeSize { int get(); void set(int value); };
public int StripeSize { get; set; }
Public Property StripeSize As Integer

属性值

Integer

注解

此属性不适用于所有 TableStyleElement 对象。 它仅适用于 xlColumnStripe1xlColumnStripe2xlRowStripe1xlRowStripe2 类型。

适用于