'Declaration Public Overridable Function SelectConfiguration( _ ByVal content As Object, _ ByVal fragments As IEnumerable(Of SpannedCellFragment) _ ) As ISpannedCellConfiguration
'Usage Dim instance As SpannedCellConfigurationSelector Dim content As Object Dim fragments As IEnumerable(Of SpannedCellFragment) Dim value As ISpannedCellConfiguration value = instance.SelectConfiguration(content, fragments)
public virtual ISpannedCellConfiguration SelectConfiguration( object content, IEnumerable<SpannedCellFragment> fragments )
Parameters
- content
- The content of the targetted SpannedCell.
- fragments
- The list of SpannedCellFragments.
Return Value
The configuration object to use on the SpannedCell.