Version

IsColumnExcluded Method

Check if column is excluded from displayed data.
Syntax
'Declaration
 
Public Function IsColumnExcluded( _
   ByVal columnNum As Integer _
) As Boolean
public bool IsColumnExcluded( 
   int columnNum
)

Parameters

columnNum
The zero-based index number of the column to include or exclude.

Return Value

True if column is excluded.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also