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