CommentsRange
Top Property
|
Gets or sets the top position of the comments in the cell range.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Top { get; set; }
Public Property Top As Integer
Get
Set
public:
virtual property int Top {
int get () sealed;
void set (int value) sealed;
}
abstract Top : int with get, set
override Top : int with get, set
Return Value
Type:
Int32
The top position of the comments. If the comments have different top positions, returns int.MinValue.
Implements
IShape
Top
See Also