GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Conditional 名前空間 > MatchData 構造体 : GetLightweightValue メソッド |
'Declaration
Public Function GetLightweightValue( _ ByVal valueIndex As Integer _ ) As IPrimitiveValue
'使用法
Dim instance As MatchData Dim valueIndex As Integer Dim value As IPrimitiveValue value = instance.GetLightweightValue(valueIndex)
public IPrimitiveValue GetLightweightValue( int valueIndex )