column_stripe property
TableStyle.column_stripe property
Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding.
@property
def column_stripe(self) -> int:
...
@column_stripe.setter
def column_stripe(self, value: int):
...
See Also
- module aspose.words
- class TableStyle