SPREAD for WPF 3.0J - GcSpreadGrid
SelectedItems プロパティ
使用例 

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : SelectedItems プロパティ
現在選択されている項目を取得します。
シンタックス
'宣言
 
Public ReadOnly Property SelectedItems As IList
public IList SelectedItems {get;}

プロパティ値

現在選択されている項目。
使用例
次のサンプルはSelectedItemsプロパティの使用方法を説明します。
<sg:GcSpreadGrid Name="gcSpreadGrid1" ItemsSource="{StaticResource mySource}" 
SelectionPolicy="Range" SelectionUnit="Cell" SelectionBackground="Red" 
SelectionForeground="Blue" SelectionBackgroundUnfocused="Brown" SelectionForegroundUnfocused="Gray"
HeaderSelectionOptions="ColumnHeader|RowHeader">
<sg:GcSpreadGrid.SelectionBorder>
<sg:BorderLine Color="Black" Style="MediumDashDot"/>
</sg:GcSpreadGrid.SelectionBorder>
</sg:GcSpreadGrid>
<ComboBox ItemsSource="{Binding SelectedItems, ElementName=gcSpreadGrid1}" 
SelectedItem="{Binding SelectedItem, ElementName=gcSpreadGrid1}"
DisplayMemberPath="Name"/>
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ