Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. what is equivalent to follwoing C# code to VB

what is equivalent to follwoing C# code to VB

Scheduled Pinned Locked Moved ASP.NET
questioncsharpcom
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rprateek
    wrote on last edited by
    #1
                    row.Cells\[cellIndex\].RowSpan = previousRow.Cells\[cellIndex\].RowSpan < 2 ? 2 : previousRow.Cells\[cellIndex\].RowSpan + 1;
    

    Blog for Programmers

    X 1 Reply Last reply
    0
    • R rprateek
                      row.Cells\[cellIndex\].RowSpan = previousRow.Cells\[cellIndex\].RowSpan < 2 ? 2 : previousRow.Cells\[cellIndex\].RowSpan + 1;
      

      Blog for Programmers

      X Offline
      X Offline
      Xmen Real
      wrote on last edited by
      #2

      If previousRow.Cells(cellIndex).RowSpan < 2 Then
      row.Cells(cellIndex).RowSpan = 2
      Else
      row.Cells(cellIndex).RowSpan += 1

      TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN% R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

      ----------------------------------------------- 128 bit encrypted signature, crack if you can

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups