[]
Gets or sets the default size for the note indicator for cells in this row.
[TypeConverter(typeof(SizeDescriptionConverter))]
public Size NoteIndicatorSize { get; set; }
<TypeConverter(GetType(SizeDescriptionConverter))>
Public Property NoteIndicatorSize As Size
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified size is out of range; width and height must be between 0 and 9,999,999 pixels |