<Code Lib>
2027 Method
Changes 0
M

TableSectionData.SetColumnWidthInPixels

Description:
This sets a column's width in logical pixels

public void SetColumnWidthInPixels(
	int nCol,
	int width
)

  • Int32
    nCol
  • Int32
    width

  • The given column number nCol is invalid. -or- The column width is outside of acceptable range.

Loading…