ChartDataTableHasBorderHorizontal Property |
True if the chart data table has horizontal cell borders
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool HasBorderHorizontal { get; set; }
Public Property HasBorderHorizontal As Boolean
Get
Set
public:
property bool HasBorderHorizontal {
bool get ();
void set (bool value);
}
member HasBorderHorizontal : bool with get, set
Property Value
Type:
Boolean
See Also