public interface IColumn extends ICellCollection, IBulkTextFormattable
Represents a column in a table.
| Modifier and Type | Method and Description |
|---|---|
IColumnFormat |
getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column.
|
double |
getWidth()
Returns or sets the width of a column.
|
void |
setWidth(double value)
Returns or sets the width of a column.
|
get_ItemgetSlidegetPresentationiteratorJavaiteratorcopyTo, getSyncRoot, isSynchronized, sizesetTextFormat, setTextFormat, setTextFormatdouble getWidth()
Returns or sets the width of a column.
Read/write double.
void setWidth(double value)
Returns or sets the width of a column.
Read/write double.
IColumnFormat getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column.
Read-only IColumnFormat.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.