'Declaration Public Property NoteIndicatorSize As Size
'Usage Dim instance As AlternatingRow Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
public Size NoteIndicatorSize {get; set;}
'Declaration Public Property NoteIndicatorSize As Size
'Usage Dim instance As AlternatingRow Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
public Size NoteIndicatorSize {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified size is out of range; width and height must be between 0 and 9,999,999 pixels |
fpSpread1.ActiveSheet.AlternatingRows[0].NoteIndicatorSize = new Size(10, 10); fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.AlternatingRows(0).NoteIndicatorSize = New Size(10, 10) FpSpread1.ActiveSheet.SetNote(0, 0, "Test")