DVTk API
SetColumnPixelWidths Method (columnPixelWidths)
DVTkDvtkHighLevelInterface.Common.OtherTableSetColumnPixelWidths(array<Int32>[]()[])
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public void SetColumnPixelWidths(
	params int[] columnPixelWidths
)
Public Sub SetColumnPixelWidths ( _
	ParamArray columnPixelWidths As Integer() _
)
public:
void SetColumnPixelWidths(
	... array<int>^ columnPixelWidths
)
Parameters
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0