次の方法で共有


CustomSheetView.TopLeftCell Property

Top Left Visible Cell.Represents the attribte in schema: topLeftCell

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "topLeftCell")> _
Public Property TopLeftCell As StringValue
    Get
    Set
'使用
Dim instance As CustomSheetView
Dim value As StringValue

value = instance.TopLeftCell

instance.TopLeftCell = value
[SchemaAttrAttribute(, "topLeftCell")]
public StringValue TopLeftCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace