SE_columninfo_set_size

Sets width for column.

Usage syntax

LONGSE_columninfo_set_size (SE_COLUMNINFO column, LONG size);

Parameters
column The column entry handle
size The width to set for the column
Description

This function sets the width allowed for a column. The exact meaning of this value depends on the column type and may be ignored for some.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED