Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

How to convert this VB code into c#

$
0
0
 Public Property Cell(ByVal row_index As Integer, ByVal col_index As Integer) As Object
        Get
            Return _excel.Cells(row_index, col_index).value
        End Get

        Set(ByVal value As Object)
            _excel.Cells(row_index, col_index).value = value
        End Set
    End Property
Thanks.

Viewing all articles
Browse latest Browse all 8156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>