'Declaration Public Overridable Function SelectContent( _ ByVal fragments As IEnumerable(Of SpannedCellFragment) _ ) As Object
'Usage Dim instance As SpannedCellSelector Dim fragments As IEnumerable(Of SpannedCellFragment) Dim value As Object value = instance.SelectContent(fragments)
public virtual object SelectContent( IEnumerable<SpannedCellFragment> fragments )
Parameters
- fragments
- The list of SpannedCellFragments that are merged in the SpannedCell.
Return Value
The content that will be displayed by the SpannedCell.