public void SetRowErrorText( int rowIndex, string errorText )
'Declaration Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
'Declaration
Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
'使用法 Dim instance As SheetView Dim rowIndex As Integer Dim errorText As String instance.SetRowErrorText(rowIndex, errorText)
'使用法
Dim instance As SheetView Dim rowIndex As Integer Dim errorText As String instance.SetRowErrorText(rowIndex, errorText)
fpSpread1.ShowRowErrors = true; fpSpread1.Sheets[0].SetRowErrorText(1, "RowError");
FpSpread1.ShowRowErrors = True FpSpread1.Sheets(0).SetRowErrorText(1, "RowError")
SheetView クラス SheetView メンバ
© 2004-2017, GrapeCity inc. All rights reserved.