public Size NoteIndicatorSize {get; set;}
'Declaration Public Property NoteIndicatorSize As Size
'Declaration
Public Property NoteIndicatorSize As Size
'使用法 Dim instance As Row Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
'使用法
Dim instance As Row Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
fpSpread1.ActiveSheet.Rows[0].NoteIndicatorSize = new Size(10, 10); fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.Rows(0).NoteIndicatorSize = New Size(10, 10) FpSpread1.ActiveSheet.SetNote(0, 0, "Test")
Row クラス Row メンバ
© 2004-2017, GrapeCity inc. All rights reserved.