auto_fit_column yöntemi
auto_fit_column(column_index)
Sütun genişliğini otomatik sığdırır.
def auto_fit_column(self, column_index):
...
Parametre | Tip | Tanım |
---|---|---|
column_index | int | Sütun dizini. |
Notlar
AutoFitColumn kesin olmayan bir işlevdir.
auto_fit_column(column_index, first_row, last_row)
Sütun genişliğini otomatik sığdırır.
def auto_fit_column(self, column_index, first_row, last_row):
...
Parametre | Tip | Tanım |
---|---|---|
column_index | int | Sütun dizini. |
first_row | int | İlk satır dizini. |
last_row | int | Son satır dizini. |
Notlar
Bu yöntem, satır içindeki bir hücre aralığındaki içeriğe göre bir satırı otomatik olarak sığdırır.
Ayrıca bakınız
- modül aspose.cells
- sınıf Worksheet