VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / DocumentDefaults Class / DocumentDefaults Constructors / DocumentDefaults Constructor(FormattingProperties,WorksheetView,WorksheetFormat,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign)
Syntax Requirements SeeAlso
In This Topic
    DocumentDefaults Constructor(FormattingProperties,WorksheetView,WorksheetFormat,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign,TextHorizontalAlign)
    In This Topic
    Initializes a new instance of the DocumentDefaults class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal formattingProperties
    The formatting properties.
    As FormattingProperties, _
    ByVal worksheetView
    The worksheet view properties.
    As WorksheetView, _
    ByVal worksheetFormat
    The worksheet format properties.
    As WorksheetFormat, _
    ByVal cellStringDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.String type.
    As TextHorizontalAlign, _
    ByVal cellDateDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Date type.
    As TextHorizontalAlign, _
    ByVal cellBooleanDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Boolean type.
    As TextHorizontalAlign, _
    ByVal cellNumberDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Number type.
    As TextHorizontalAlign, _
    ByVal cellErrorDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Error type.
    As TextHorizontalAlign _
    )

    Parameters

    formattingProperties
    The formatting properties.
    worksheetView
    The worksheet view properties.
    worksheetFormat
    The worksheet format properties.
    cellStringDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.String type.
    cellDateDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Date type.
    cellBooleanDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Boolean type.
    cellNumberDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Number type.
    cellErrorDataHorizontalAlign
    The horizontal alignment for cell content of Vintasoft.Imaging.Office.Spreadsheet.Document.CellDataType.Error type.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also