Click or drag to resize

CodeWriterGetColumnWidth Method

Get the column width associated with the specified CodeObject.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int GetColumnWidth(
	CodeObject codeObject,
	int column
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject
column
Type: SystemInt32

Return Value

Type: Int32
See Also