'Declaration Public Function GetSparkline( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Sparkline
'Declaration
Public Function GetSparkline( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Sparkline
'使用法 Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As Sparkline value = instance.GetSparkline(row, column)
'使用法
Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As Sparkline value = instance.GetSparkline(row, column)
public Sparkline GetSparkline( int row, int column )
SheetView クラス SheetView メンバ
Copyright © 2004 GrapeCity inc.