public ExcelCellStyle this[
int styleIndex
] { get; }
Public ReadOnly Default Property Item (
styleIndex As Integer
) As ExcelCellStyle
Get
public:
property ExcelCellStyle^ default[int styleIndex] {
ExcelCellStyle^ get (int styleIndex);
}
member Item : ExcelCellStyle with get