+ Reply to Thread
Results 1 to 2 of 2

Addressing Table cell using column header

  1. #1
    Registered User
    Join Date
    04-19-2007
    Posts
    24

    Addressing Table cell using column header

    I have following table:
    Table1:
    Id Name Address Dollar
    3 John Addr1 45
    5 Susan Addr2 56
    6 Linda Addr3 22

    Can I use Table1[3,Dollar] to get the data 22?
    How do I use Table's column name (in this example "Dollar") instead of column index number, (and row number) to address a cell in a predefined table?
    Last edited by munzer1; 05-25-2007 at 05:55 PM.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by munzer1
    I have following table:
    Table1:
    Id Name Address Dollar
    3 John Addr1 45
    5 Susan Addr2 56
    6 Linda Addr3 22

    Can I use Table1[3,Dollar] to get the data 22?
    How do I use Table's column name (in this example "Dollar") instead of column index number, (and row number) to address a cell in a predefined table?
    Hi,

    either of
    Please Login or Register  to view this content.
    will work, my preference is to use iColumn.

    hth
    ---
    Si fractum non sit, noli id reficere.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1