[This is preliminary documentation and is subject to change.]
Set the width of the user defined columns in pixels.
This method must be called before calling the method ConvertToHtml.
| C# | Visual Basic | Visual C++ |
public void SetColumnPixelWidths( params int[] columnPixelWidths )
Public Sub SetColumnPixelWidths ( _ ParamArray columnPixelWidths As Integer() _ )
public: void SetColumnPixelWidths( ... array<int>^ columnPixelWidths )
- columnPixelWidths (array< Int32 >[]()[])
- The width of the columns in pixels. The number of arguments must be the same as the number of user defined columns.