'Declaration
Protected Friend MustOverride Function GetCells() As IEnumerable(Of Cell)
'Usage
Dim instance As LinearWorksheetElement Dim value As IEnumerable(Of Cell) value = instance.GetCells()
protected internal abstract IEnumerable<Cell> GetCells()