TableWidth

type TableWidth = auto | twips | nul | percent

Description

The possible values for the units of the width property are defined by a specific table or table cell width property. "auto" - sets the table or table cell width to auto width. "twips" - sets the table or table cell width to be measured in twentieths of a point. "nul" - sets the table or table cell width to be of a zero value. "percent" - sets the table or table cell width to be measured in percent to the parent container.

Try It

oTableCell.SetWidth("twips", 2000);

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).