is_hidden الملكية
is_hidden الملكية
يشير إلى ما إذا كان الصف مخفيًا.
تعريف:
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
أنظر أيضا
- وحدة aspose.cells
- فئة Row
يشير إلى ما إذا كان الصف مخفيًا.
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...