public final class TableColumn extends Object
Represents a table column.
Constructor and Description |
---|
TableColumn() |
Modifier and Type | Method and Description |
---|---|
boolean |
getLockedWidth()
Gets or sets a value indicating whether a table column has locked width and does not resize automatically to fit table content.
|
float |
getWidth()
Gets or sets the width.
|
void |
setLockedWidth(boolean value)
Gets or sets a value indicating whether a table column has locked width and does not resize automatically to fit table content.
|
void |
setWidth(float value)
Gets or sets the width.
|
public float getWidth()
Gets or sets the width.
public void setWidth(float value)
Gets or sets the width.
public boolean getLockedWidth()
Gets or sets a value indicating whether a table column has locked width and does not resize automatically to fit table content. By default, column width is not locked.
public void setLockedWidth(boolean value)
Gets or sets a value indicating whether a table column has locked width and does not resize automatically to fit table content. By default, column width is not locked.
Copyright (c) 2002-2022 Aspose. All Rights Reserved.