apply_style method
apply_style
Applies formats for a whole range.
def apply_style(self, style, flag):
...
Parameter | Type | Description |
---|---|---|
style | Style | The style object which will be applied. |
flag | StyleFlag | Flags which indicates applied formatting properties. |
Remarks
Each cell in this range will contains a Style
object.
So this is a memory-consuming method. Please use it carefully.
See Also
- module
aspose.cells
- class
Style
- class
UnionRange