public Size NoteIndicatorSize {get; set;}
'宣言 Public Property NoteIndicatorSize As Size
'宣言
Public Property NoteIndicatorSize As Size
fpSpread1.ActiveSheet.Columns[0].NoteIndicatorSize = new Size(10, 10); fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.Columns(0).NoteIndicatorSize = New Size(10, 10) FpSpread1.ActiveSheet.SetNote(0, 0, "Test")
Column クラス Column メンバ
© MESCIUS inc. All rights reserved.