Skip to content

CreateIconViewAndRowNumberColumn Method

Description

A combination of the CreateIconViewColumn and CreateRowNumberColumn.

Syntax

Public Sub CreateIconViewAndRowNumberColumn( _
    Optional ByVal bUseForRecordNumbers As Boolean = False, _
    Optional ByVal nRecordNumbersWidth As Integer = 0 _
)

Parameters

  • bUseForRecordNumbers: True to create a record number column, False to only create an Icon View column.
  • nRecordNumbersWidth: Width of the record column if created.

Remarks

Note: You can call this multiple times if originally the record number column wasn't added; it will reuse columns if they are already created.

See descriptions for CreateIconViewColumn and CreateRowNumberColumn. This was added per customer request; you will most likely want to use the two methods mentioned above.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.