Interface IInternalAddtionalFormat
- Namespace
- Spire.Xls.Core.Interfaces
- Assembly
- Spire.XLS.dll
public interface IInternalAddtionalFormat : IExtendedFormat, IExcelApplication
- Inherited Members
-
Properties
OColor BottomBorderColor { get; }
Property Value
- OColor
LineStyleType BottomBorderLineStyle { get; set; }
Property Value
- LineStyleType
OColor DiagonalBorderColor { get; }
Property Value
- OColor
LineStyleType DiagonalDownBorderLineStyle { get; set; }
Property Value
- LineStyleType
bool DiagonalDownVisible { get; set; }
Property Value
- bool
LineStyleType DiagonalUpBorderLineStyle { get; set; }
Property Value
- LineStyleType
bool DiagonalUpVisible { get; set; }
Property Value
- bool
OColor LeftBorderColor { get; }
Property Value
- OColor
LineStyleType LeftBorderLineStyle { get; set; }
Property Value
- LineStyleType
OColor RightBorderColor { get; }
Property Value
- OColor
LineStyleType RightBorderLineStyle { get; set; }
Property Value
- LineStyleType
OColor TopBorderColor { get; }
Property Value
- OColor
LineStyleType TopBorderLineStyle { get; set; }
Property Value
- LineStyleType
XlsWorkbook Workbook { get; }
Property Value
- XlsWorkbook
Methods