Click or drag to resize

CodeWriterGetColumnWidths Method

Get any column widths associated with the specified CodeObject.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int[] GetColumnWidths(
	CodeObject codeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject

Return Value

Type: Int32
See Also