skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SpreadCellFormatBase

Represent the base class for cell formats.

Inheritance
System.Object
SpreadCellFormatBase
SpreadCellFormat
SpreadCellStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll

Syntax

public abstract class SpreadCellFormatBase

Constructors

SpreadCellFormatBase()

Declaration
protected SpreadCellFormatBase()

Properties

BottomBorder

Gets or sets the bottom border.

Declaration
public SpreadBorder BottomBorder { get; set; }
Property Value
SpreadBorder

The bottom border.

DiagonalDownBorder

Gets or sets the diagonal down border.

Declaration
public SpreadBorder DiagonalDownBorder { get; set; }
Property Value
SpreadBorder

The diagonal down border.

DiagonalUpBorder

Gets or sets the diagonal up border.

Declaration
public SpreadBorder DiagonalUpBorder { get; set; }
Property Value
SpreadBorder

The diagonal up border.

Fill

Gets or sets the fill.

Declaration
public ISpreadFill Fill { get; set; }
Property Value
ISpreadFill

The fill.

FontFamily

Gets or sets the font family.

Declaration
public SpreadThemableFontFamily FontFamily { get; set; }
Property Value
SpreadThemableFontFamily

The font family.

FontSize

Gets or sets the size of the font in points.

Declaration
public double? FontSize { get; set; }
Property Value
System.Nullable<System.Double>

The size of the font in points.

ForeColor

Gets or sets the fore color.

Declaration
public SpreadThemableColor ForeColor { get; set; }
Property Value
SpreadThemableColor

The fore color.

HorizontalAlignment

Gets or sets the horizontal alignment.

Declaration
public SpreadHorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
System.Nullable<SpreadHorizontalAlignment>

The horizontal alignment.

Indent

Gets or sets the indent.

Declaration
public int? Indent { get; set; }
Property Value
System.Nullable<System.Int32>

The indent.

IsBold

Gets or sets a value indicating whether the text is bold.

Declaration
public bool? IsBold { get; set; }
Property Value
System.Nullable<System.Boolean>

The value indicating whether the text bold.

IsItalic

Gets or sets a value indicating whether the text is italic.

Declaration
public bool? IsItalic { get; set; }
Property Value
System.Nullable<System.Boolean>

The value indicating whether the text italic.

LeftBorder

Gets or sets the left border.

Declaration
public SpreadBorder LeftBorder { get; set; }
Property Value
SpreadBorder

The left border.

NumberFormat

Gets or sets the number format.

Declaration
public string NumberFormat { get; set; }
Property Value
System.String

The number format.

RightBorder

Gets or sets the right border.

Declaration
public SpreadBorder RightBorder { get; set; }
Property Value
SpreadBorder

The right border.

TopBorder

Gets or sets the top border.

Declaration
public SpreadBorder TopBorder { get; set; }
Property Value
SpreadBorder

The top border.

Underline

Gets or sets the underline type.

Declaration
public SpreadUnderlineType? Underline { get; set; }
Property Value
System.Nullable<SpreadUnderlineType>

The underline type.

VerticalAlignment

Gets or sets the vertical alignment.

Declaration
public SpreadVerticalAlignment? VerticalAlignment { get; set; }
Property Value
System.Nullable<SpreadVerticalAlignment>

The vertical alignment.

WrapText

Gets or sets a value indicating if the text in a cell should be line-wrapped within the cell.

Declaration
public bool? WrapText { get; set; }
Property Value
System.Nullable<System.Boolean>

The value indicating if the text in a cell should be line-wrapped within the cell.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.