SpreadsheetShape

SpreadsheetShape class

Rappresenta una forma di disegno in un documento Excel.

public class SpreadsheetShape : ShapeSearchAdapter, IRotatableTwoDObject

Proprietà

Nome Descrizione
AlternativeText { get; set; } Ottiene o imposta il testo descrittivo (alternativo) associato a thisSpreadsheetShape .
AutoShapeType { get; } Ottiene il tipo di forma automatica.
FormattedTextFragments { get; } Ottiene la raccolta di frammenti di testo formattati di thisSpreadsheetShape .
Height { get; set; } Ottiene o imposta l’altezza di thisSpreadsheetShapein punti.
Hyperlink { get; set; } Ottiene o imposta il collegamento ipertestuale associato a thisSpreadsheetShape .
Id { get; } Ottiene l’identificatore di thisSpreadsheetShape .
Image { get; set; } Ottiene o imposta l’immagine di thisSpreadsheetShape .
ImageFillFormat { get; } Ottiene le impostazioni del formato di riempimento dell’immagine di thisSpreadsheetShape .
IsWordArt { get; } Ottiene un valore che indica se thisSpreadsheetShape è un oggetto WordArt.
MsoDrawingType { get; } Ottiene il tipo di disegno mso.
Name { get; } Ottiene il nome di thisSpreadsheetShape .
RotateAngle { get; set; } Ottiene o imposta l’angolo di rotazione di thisSpreadsheetShape in gradi.
Text { get; set; } Ottiene o imposta il testo di thisSpreadsheetShape .
Width { get; set; } Ottiene o imposta la larghezza di thisSpreadsheetShapein punti.
Worksheet { get; } Ottiene il foglio di lavoro principale di thisSpreadsheetShape .
X { get; set; } Ottiene o imposta l’offset orizzontale di thisSpreadsheetShape dal bordo sinistro del foglio di lavoro in punti.
Y { get; set; } Ottiene o imposta l’offset verticale di thisSpreadsheetShape dal bordo superiore del foglio di lavoro in punti.

Guarda anche