'Declaration
Public MustOverride Property RowCount As Integer
'Usage
Dim instance As WorksheetBase Dim value As Integer instance.RowCount = value value = instance.RowCount
public abstract int RowCount {get; set;}
'Declaration
Public MustOverride Property RowCount As Integer
'Usage
Dim instance As WorksheetBase Dim value As Integer instance.RowCount = value value = instance.RowCount
public abstract int RowCount {get; set;}