GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > GradientFillEffect 構造体 : Item プロパティ |
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As GradientStop
'使用法
Dim instance As GradientFillEffect Dim index As Integer Dim value As GradientStop value = instance.Item(index)
public GradientStop this[ int index ]; {get;}